home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / IST / _text / memo.txt < prev    next >
Text File  |  1996-02-27  |  4KB  |  86 lines

  1.  
  2. I N T R O D U C T I O N                                  M E M O R A N D U M
  3.  
  4. From:           Gary Cotterill - President, Information Systems Technologies
  5.  
  6. To:             CDWARE - Demo User
  7.  
  8. Subject:        SysEdit Installation and Functionality
  9.  
  10.  
  11. Dear Demo User,
  12.  
  13. The Software License
  14. -----------------------------------------------------------------------------
  15. The CDWARE distribution of SysEdit is a fully functional copy of the software.
  16. It supports a single user at a time.  If you have the need to have  several
  17. simultaneous users test SysEdit please call (206) 644-7441 and request a 30 
  18. day multi-user demo license.  (Your hostid will be required).
  19.  
  20.  
  21. The Hardware/Software Environment
  22. -----------------------------------------------------------------------------
  23. SysEdit is designed to be used on terminals (WY60, VT100, PCs emulating etc.)
  24. as well as inside Xwindow (or OpenWindows) xterms, shelltools and cmdtools.
  25.  
  26. SysEdit has a rich set of key functions that can be mapped to any key or
  27. user defined key sequence.  Because of this SysEdit works better with "xterm"
  28. windows than with "shelltool" or "cmdtool" windows.  Xterm windows will 
  29. provide valid escape sequences for every key on the keyboard while shelltool
  30. and cmdtool windows are very limited.  Xterm windows also scroll faster.
  31.  
  32. To configure Openwindows or Xwindows to let "xterm" windows generate these
  33. escape sequences you may need to create a file in your home directory 
  34. called .xrdm.xterm that is used by xrdb in your openwindows startup. You
  35. might also have to create a file called .xmodmaprc (used by xmodmap) to
  36. get a shifted keys (like right_arrow) to put out a different escape sequence 
  37. than unshifted keys.  Please look in the /usr/local/IST/XOWconfig directory
  38. for information on how to create these files.
  39.  
  40. SysEdit Initialization and setup
  41. ----------------------------------------------------------------------------
  42. This distribution includes two working terminal configuration files 
  43. (/usr/local/IST/ISTSE.xterm and /usr/local/IST/ISTSE.sun-cmd) but you may 
  44. wish to create your own by running the se_setup program.  The se_setup 
  45. program will ask you to press each function key on your keyboard to 
  46. identify escape sequences.  It will then ask you to assign desired key 
  47. functions to them.
  48.  
  49. If you are in Openwindows or Xwindows be careful during se_setup not to 
  50. press keys that are used by the GUI.  (Example: F1 is almost always assigned
  51. to Help and the L1-L10 keys are assigned to several Xwindow functions) 
  52.  
  53. The best test to see if a key is valid within se_setup and SysEdit is to 
  54. press the key at the Unix shell prompt.  If it generates something like
  55. ^[[18~  or ^[[214z then it is a key you can assign in se_setup.
  56.  
  57. Try to avoid assigning the same escape sequence to multiple key names and
  58. watch out for keys that generate a single ^000 (NULL) or ^033 (Escape) 
  59. character.  
  60.  
  61. Starting SysEdit
  62. -----------------------------------------------------------------------------
  63. The easy way to start SysEdit is just to type:
  64.  
  65.         se filename<Return>         or      se<Return>
  66.         
  67. This starts se and checks the license against the number of active users.
  68. If a "filename" was specified the file is loaded and the current line number 
  69. is set to the top (line above the first existing line).  SysEdit will then 
  70. hand control over to you in your chosen startup mode.
  71.  
  72. Note 1: Pressing the Escape Character twice will always toggle from SCREEN
  73.         mode to EDIT mode or from EDIT mode to SCREEN mode!
  74.  
  75. Note 2: When in EDIT mode (you will know because of the EDIT prompt) you
  76.         can enter the HELP command to learn more about SysEdit.
  77.         
  78. Note 3: The first EDIT mode commands to lookup with HELP are QUIT, FILE,
  79.         LOCATE and CHANGE.  This will give you the basics of how to get
  80.         around in SysEdit.  (Example: HELP Q<Return>)
  81.         
  82. Note 4: When all else fails press CNTL_C to exit "se" and then go look
  83.         at the simple tutorials in /usr/local/IST.
  84.         
  85. Thank you for taking the time to look at SysEdit!  
  86.